Html Css Color HEX #AF2ECA Dark Orchid

📋 copy color: '#AF2ECA'

red 175 ◦ green 46 ◦ blue 202

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

Shades of Dark Orchid #AF2ECA

Tints of Dark Orchid #AF2ECA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.87%

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

R = 41.37%
G = 10.87%
B = 47.75%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF2ECA (or 0xAF2ECA) is known color: Dark Orchid. HEX triplet: AF, 2E and CA. RGB value is (175,46,202). Sum of RGB (Red+Green+Blue) = 175+46+202=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 46 (18.36% from 255 or 10.87% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF2ECA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2ECA is #50D135. Grayscale: #656565. Windows color (decimal): -5296438 or 13250223. OLE color: 13250223.

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

Color convert

RGB 175 46 202 -
CMYK 0.13 0.77 0 0.21
HSL 289.62º 0.63% 0.49% -
HSV(B) 289.62º 0.77% 0.79% -
XYZ 29.32 15.33 57.29 -
YUV 102.36 184.24 179.82 -
System Red Green Blue C M Y K H S L
Decimal 175 46 202 0.13 0.77 0 0.21 289.62 0.63 0.49
Hex AF 2E CA D 4D 0 15 122 3F 31
Octal 257 56 312 15 115 0 25 442 77 61
Binary 10101111 101110 11001010 1101 1001101 0 10101 100100010 111111 110001

Color Harmonies of #AF2ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2ECA

Black with #AF2ECA

Text Example


Text Example

White with #AF2ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2ECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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