Html Css Color HEX #AF2BEC Dark Orchid

📋 copy color: '#AF2BEC'

red 175 ◦ green 43 ◦ blue 236

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

Shades of Dark Orchid #AF2BEC

Tints of Dark Orchid #AF2BEC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.47%

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

R = 38.55%
G = 9.47%
B = 51.98%

CMYK

 C value IS 0.26

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF2BEC (or 0xAF2BEC) is known color: Dark Orchid. HEX triplet: AF, 2B and EC. RGB value is (175,43,236). Sum of RGB (Red+Green+Blue) = 175+43+236=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 43 (17.19% from 255 or 9.47% from 454); Blue value is 236 (92.58% from 255 or 51.98% from 454); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF2BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2BEC is #50D413. Grayscale: #676767. Windows color (decimal): -5297172 or 15477679. OLE color: 15477679.

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

Color convert

RGB 175 43 236 -
CMYK 0.26 0.82 0 0.07
HSL 281.04º 0.84% 0.55% -
HSV(B) 281.04º 0.82% 0.93% -
XYZ 33.68 16.9 80.84 -
YUV 104.47 202.23 178.31 -
System Red Green Blue C M Y K H S L
Decimal 175 43 236 0.26 0.82 0 0.07 281.04 0.84 0.55
Hex AF 2B EC 1A 52 0 7 119 54 37
Octal 257 53 354 32 122 0 7 431 124 67
Binary 10101111 101011 11101100 11010 1010010 0 111 100011001 1010100 110111

Color Harmonies of #AF2BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2BEC

Black with #AF2BEC

Text Example


Text Example

White with #AF2BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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