Html Css Color HEX #AF2CEB Dark Orchid

📋 copy color: '#AF2CEB'

red 175 ◦ green 44 ◦ blue 235

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

Shades of Dark Orchid #AF2CEB

Tints of Dark Orchid #AF2CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.76%

R = 38.55%
G = 9.69%
B = 51.76%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF2CEB (or 0xAF2CEB) is known color: Dark Orchid. HEX triplet: AF, 2C and EB. RGB value is (175,44,235). Sum of RGB (Red+Green+Blue) = 175+44+235=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 44 (17.58% from 255 or 9.69% from 454); Blue value is 235 (92.19% from 255 or 51.76% from 454); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF2CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2CEB is #50D314. Grayscale: #686868. Windows color (decimal): -5296917 or 15412399. OLE color: 15412399.

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

Color convert

RGB 175 44 235 -
CMYK 0.26 0.81 0 0.08
HSL 281.15º 0.83% 0.55% -
HSV(B) 281.15º 0.81% 0.92% -
XYZ 33.58 16.91 80.09 -
YUV 104.94 201.4 177.97 -
System Red Green Blue C M Y K H S L
Decimal 175 44 235 0.26 0.81 0 0.08 281.15 0.83 0.55
Hex AF 2C EB 1A 51 0 8 119 53 37
Octal 257 54 353 32 121 0 10 431 123 67
Binary 10101111 101100 11101011 11010 1010001 0 1000 100011001 1010011 110111

Color Harmonies of #AF2CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2CEB

Black with #AF2CEB

Text Example


Text Example

White with #AF2CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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