Html Css Color HEX #AF33EA Dark Orchid

📋 copy color: '#AF33EA'

red 175 ◦ green 51 ◦ blue 234

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

Shades of Dark Orchid #AF33EA

Tints of Dark Orchid #AF33EA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.09%

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

R = 38.04%
G = 11.09%
B = 50.87%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF33EA (or 0xAF33EA) is known color: Dark Orchid. HEX triplet: AF, 33 and EA. RGB value is (175,51,234). Sum of RGB (Red+Green+Blue) = 175+51+234=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 51 (20.31% from 255 or 11.09% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF33EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF33EA is #50CC15. Grayscale: #6C6C6C. Windows color (decimal): -5295126 or 15348655. OLE color: 15348655.

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

Color convert

RGB 175 51 234 -
CMYK 0.25 0.78 0 0.08
HSL 280.66º 0.81% 0.56% -
HSV(B) 280.66º 0.78% 0.92% -
XYZ 33.71 17.42 79.43 -
YUV 108.94 198.58 175.12 -
System Red Green Blue C M Y K H S L
Decimal 175 51 234 0.25 0.78 0 0.08 280.66 0.81 0.56
Hex AF 33 EA 19 4E 0 8 119 51 38
Octal 257 63 352 31 116 0 10 431 121 70
Binary 10101111 110011 11101010 11001 1001110 0 1000 100011001 1010001 111000

Color Harmonies of #AF33EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF33EA

Black with #AF33EA

Text Example


Text Example

White with #AF33EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF33EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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