Html Css Color HEX #AF23CA Dark Orchid

📋 copy color: '#AF23CA'

red 175 ◦ green 35 ◦ blue 202

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

Shades of Dark Orchid #AF23CA

Tints of Dark Orchid #AF23CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.03%

R = 42.48%
G = 8.5%
B = 49.03%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF23CA (or 0xAF23CA) is known color: Dark Orchid. HEX triplet: AF, 23 and CA. RGB value is (175,35,202). Sum of RGB (Red+Green+Blue) = 175+35+202=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 35 (14.06% from 255 or 8.50% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF23CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF23CA is #50DC35. Grayscale: #5F5F5F. Windows color (decimal): -5299254 or 13247407. OLE color: 13247407.

HSL color Cylindrical-coordinate representation of color #AF23CA: hue angle of 290.3º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF23CA is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 35 202 -
CMYK 0.13 0.83 0 0.21
HSL 290.3º 0.7% 0.46% -
HSV(B) 290.3º 0.83% 0.79% -
XYZ 28.94 14.58 57.17 -
YUV 95.9 187.88 184.42 -
System Red Green Blue C M Y K H S L
Decimal 175 35 202 0.13 0.83 0 0.21 290.3 0.7 0.46
Hex AF 23 CA D 53 0 15 122 46 2E
Octal 257 43 312 15 123 0 25 442 106 56
Binary 10101111 100011 11001010 1101 1010011 0 10101 100100010 1000110 101110

Color Harmonies of #AF23CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF23CA

Black with #AF23CA

Text Example


Text Example

White with #AF23CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF23CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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