Html Css Color HEX #AF2DEC Dark Orchid

📋 copy color: '#AF2DEC'

red 175 ◦ green 45 ◦ blue 236

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

Shades of Dark Orchid #AF2DEC

Tints of Dark Orchid #AF2DEC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.87%

 BLUE value IS 236 (92.58% from 255) = 51.75%

R = 38.38%
G = 9.87%
B = 51.75%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF2DEC (or 0xAF2DEC) is known color: Dark Orchid. HEX triplet: AF, 2D and EC. RGB value is (175,45,236). Sum of RGB (Red+Green+Blue) = 175+45+236=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 45 (17.97% from 255 or 9.87% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF2DEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2DEC is #50D213. Grayscale: #696969. Windows color (decimal): -5296660 or 15478191. OLE color: 15478191.

HSL color Cylindrical-coordinate representation of color #AF2DEC: hue angle of 280.84º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF2DEC is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 45 236 -
CMYK 0.26 0.81 0 0.07
HSL 280.84º 0.83% 0.55% -
HSV(B) 280.84º 0.81% 0.93% -
XYZ 33.76 17.05 80.87 -
YUV 105.64 201.57 177.47 -
System Red Green Blue C M Y K H S L
Decimal 175 45 236 0.26 0.81 0 0.07 280.84 0.83 0.55
Hex AF 2D EC 1A 51 0 7 119 53 37
Octal 257 55 354 32 121 0 7 431 123 67
Binary 10101111 101101 11101100 11010 1010001 0 111 100011001 1010011 110111

Color Harmonies of #AF2DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2DEC

Black with #AF2DEC

Text Example


Text Example

White with #AF2DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2DEC; }

 p { color: rgb(175,45,236); }

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

background-color css

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

 a { background-color: rgb(175,45,236); }

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

border-color css

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

 span { border-color: rgb(175,45,236); }

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