Html Css Color HEX #AF32EB Dark Orchid

📋 copy color: '#AF32EB'

red 175 ◦ green 50 ◦ blue 235

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

Shades of Dark Orchid #AF32EB

Tints of Dark Orchid #AF32EB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.87%

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

R = 38.04%
G = 10.87%
B = 51.09%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF32EB (or 0xAF32EB) is known color: Dark Orchid. HEX triplet: AF, 32 and EB. RGB value is (175,50,235). Sum of RGB (Red+Green+Blue) = 175+50+235=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 50 (19.92% from 255 or 10.87% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF32EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF32EB is #50CD14. Grayscale: #6B6B6B. Windows color (decimal): -5295381 or 15413935. OLE color: 15413935.

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

Color convert

RGB 175 50 235 -
CMYK 0.26 0.79 0 0.08
HSL 280.54º 0.82% 0.56% -
HSV(B) 280.54º 0.79% 0.92% -
XYZ 33.82 17.39 80.17 -
YUV 108.47 199.41 175.46 -
System Red Green Blue C M Y K H S L
Decimal 175 50 235 0.26 0.79 0 0.08 280.54 0.82 0.56
Hex AF 32 EB 1A 4F 0 8 119 52 38
Octal 257 62 353 32 117 0 10 431 122 70
Binary 10101111 110010 11101011 11010 1001111 0 1000 100011001 1010010 111000

Color Harmonies of #AF32EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF32EB

Black with #AF32EB

Text Example


Text Example

White with #AF32EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF32EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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