Html Css Color HEX #AF32EC Dark Orchid

📋 copy color: '#AF32EC'

red 175 ◦ green 50 ◦ blue 236

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

Shades of Dark Orchid #AF32EC

Tints of Dark Orchid #AF32EC

RGB

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

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

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

R = 37.96%
G = 10.85%
B = 51.19%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF32EC (or 0xAF32EC) is known color: Dark Orchid. HEX triplet: AF, 32 and EC. RGB value is (175,50,236). Sum of RGB (Red+Green+Blue) = 175+50+236=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 50 (19.92% from 255 or 10.85% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF32EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF32EC is #50CD13. Grayscale: #6B6B6B. Windows color (decimal): -5295380 or 15479471. OLE color: 15479471.

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

Color convert

RGB 175 50 236 -
CMYK 0.26 0.79 0 0.07
HSL 280.32º 0.83% 0.56% -
HSV(B) 280.32º 0.79% 0.93% -
XYZ 33.96 17.45 80.94 -
YUV 108.58 199.91 175.38 -
System Red Green Blue C M Y K H S L
Decimal 175 50 236 0.26 0.79 0 0.07 280.32 0.83 0.56
Hex AF 32 EC 1A 4F 0 7 118 53 38
Octal 257 62 354 32 117 0 7 430 123 70
Binary 10101111 110010 11101100 11010 1001111 0 111 100011000 1010011 111000

Color Harmonies of #AF32EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF32EC

Black with #AF32EC

Text Example


Text Example

White with #AF32EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF32EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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