Html Css Color HEX #AF2CCA Dark Orchid

📋 copy color: '#AF2CCA'

red 175 ◦ green 44 ◦ blue 202

#AF2CCA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #AF2CCA

Tints of Dark Orchid #AF2CCA

RGB

 RED value IS 175 (68.75% from 255) = 41.57%

 GREEN value IS 44 (17.58% from 255) = 10.45%

 BLUE value IS 202 (79.3% from 255) = 47.98%

R = 41.57%
G = 10.45%
B = 47.98%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF2CCA (or 0xAF2CCA) is known color: Dark Orchid. HEX triplet: AF, 2C and CA. RGB value is (175,44,202). Sum of RGB (Red+Green+Blue) = 175+44+202=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 44 (17.58% from 255 or 10.45% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF2CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2CCA is #50D335. Grayscale: #646464. Windows color (decimal): -5296950 or 13249711. OLE color: 13249711.

HSL color Cylindrical-coordinate representation of color #AF2CCA: hue angle of 289.75º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF2CCA is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 44 202 -
CMYK 0.13 0.78 0 0.21
HSL 289.75º 0.64% 0.48% -
HSV(B) 289.75º 0.78% 0.79% -
XYZ 29.24 15.18 57.27 -
YUV 101.18 184.9 180.65 -
System Red Green Blue C M Y K H S L
Decimal 175 44 202 0.13 0.78 0 0.21 289.75 0.64 0.48
Hex AF 2C CA D 4E 0 15 122 40 30
Octal 257 54 312 15 116 0 25 442 100 60
Binary 10101111 101100 11001010 1101 1001110 0 10101 100100010 1000000 110000

Color Harmonies of #AF2CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2CCA

Black with #AF2CCA

Text Example


Text Example

White with #AF2CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2CCA; }

 p { color: rgb(175,44,202); }

 H1.HeaderClassName
 {
   color: #AF2CCA;
 }
 .AnyTagClassName
 {
   color: #AF2CCA;
 }
</style>

background-color css

<style>
 a { background-color: #AF2CCA; }

 a { background-color: rgb(175,44,202); }

 div.DivClassName
 {
   background-color: #AF2CCA;
 }
 .BgClassName
 {
   background-color: #AF2CCA;
 }
</style>

border-color css

<style>
 span { border-color: #AF2CCA; }

 span { border-color: rgb(175,44,202); }

 td.TdClassName
 {
   border-color: #AF2CCA;
 }
 .TagClassName
 {
   border-color: #AF2CCA;
 }
</style>