Html Css Color HEX #AF23E9 Dark Orchid

📋 copy color: '#AF23E9'

red 175 ◦ green 35 ◦ blue 233

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

Shades of Dark Orchid #AF23E9

Tints of Dark Orchid #AF23E9

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.9%

 BLUE value IS 233 (91.41% from 255) = 52.6%

R = 39.5%
G = 7.9%
B = 52.6%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AF23E9 (or 0xAF23E9) is known color: Dark Orchid. HEX triplet: AF, 23 and E9. RGB value is (175,35,233). Sum of RGB (Red+Green+Blue) = 175+35+233=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 35 (14.06% from 255 or 7.90% from 443); Blue value is 233 (91.41% from 255 or 52.60% from 443); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF23E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF23E9 is #50DC16. Grayscale: #626262. Windows color (decimal): -5299223 or 15279023. OLE color: 15279023.

HSL color Cylindrical-coordinate representation of color #AF23E9: hue angle of 282.42º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF23E9 is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 35 233 -
CMYK 0.25 0.85 0 0.09
HSL 282.42º 0.82% 0.53% -
HSV(B) 282.42º 0.85% 0.91% -
XYZ 32.99 16.2 78.48 -
YUV 99.43 203.38 181.9 -
System Red Green Blue C M Y K H S L
Decimal 175 35 233 0.25 0.85 0 0.09 282.42 0.82 0.53
Hex AF 23 E9 19 55 0 9 11A 52 35
Octal 257 43 351 31 125 0 11 432 122 65
Binary 10101111 100011 11101001 11001 1010101 0 1001 100011010 1010010 110101

Color Harmonies of #AF23E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF23E9

Black with #AF23E9

Text Example


Text Example

White with #AF23E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF23E9; }

 p { color: rgb(175,35,233); }

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

background-color css

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

 a { background-color: rgb(175,35,233); }

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

border-color css

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

 span { border-color: rgb(175,35,233); }

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