Html Css Color HEX #AF32EA Dark Orchid

📋 copy color: '#AF32EA'

red 175 ◦ green 50 ◦ blue 234

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

Shades of Dark Orchid #AF32EA

Tints of Dark Orchid #AF32EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.98%

R = 38.13%
G = 10.89%
B = 50.98%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF32EA (or 0xAF32EA) is known color: Dark Orchid. HEX triplet: AF, 32 and EA. RGB value is (175,50,234). Sum of RGB (Red+Green+Blue) = 175+50+234=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 50 (19.92% from 255 or 10.89% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF32EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF32EA is #50CD15. Grayscale: #6B6B6B. Windows color (decimal): -5295382 or 15348399. OLE color: 15348399.

HSL color Cylindrical-coordinate representation of color #AF32EA: hue angle of 280.76º degrees, saturation: 0.81, 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 #AF32EA is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 50 234 -
CMYK 0.25 0.79 0 0.08
HSL 280.76º 0.81% 0.56% -
HSV(B) 280.76º 0.79% 0.92% -
XYZ 33.67 17.34 79.41 -
YUV 108.35 198.91 175.54 -
System Red Green Blue C M Y K H S L
Decimal 175 50 234 0.25 0.79 0 0.08 280.76 0.81 0.56
Hex AF 32 EA 19 4F 0 8 119 51 38
Octal 257 62 352 31 117 0 10 431 121 70
Binary 10101111 110010 11101010 11001 1001111 0 1000 100011001 1010001 111000

Color Harmonies of #AF32EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF32EA

Black with #AF32EA

Text Example


Text Example

White with #AF32EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF32EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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