Html Css Color HEX #AF37CA Dark Orchid

📋 copy color: '#AF37CA'

red 175 ◦ green 55 ◦ blue 202

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

Shades of Dark Orchid #AF37CA

Tints of Dark Orchid #AF37CA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.73%

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

R = 40.51%
G = 12.73%
B = 46.76%

CMYK

 C value IS 0.13

 M value IS 0.73

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF37CA (or 0xAF37CA) is known color: Dark Orchid. HEX triplet: AF, 37 and CA. RGB value is (175,55,202). Sum of RGB (Red+Green+Blue) = 175+55+202=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 55 (21.88% from 255 or 12.73% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF37CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF37CA is #50C835. Grayscale: #6B6B6B. Windows color (decimal): -5294134 or 13252527. OLE color: 13252527.

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

Color convert

RGB 175 55 202 -
CMYK 0.13 0.73 0 0.21
HSL 288.98º 0.58% 0.5% -
HSV(B) 288.98º 0.73% 0.79% -
XYZ 29.71 16.11 57.42 -
YUV 107.64 181.26 176.05 -
System Red Green Blue C M Y K H S L
Decimal 175 55 202 0.13 0.73 0 0.21 288.98 0.58 0.5
Hex AF 37 CA D 49 0 15 121 3A 32
Octal 257 67 312 15 111 0 25 441 72 62
Binary 10101111 110111 11001010 1101 1001001 0 10101 100100001 111010 110010

Color Harmonies of #AF37CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF37CA

Black with #AF37CA

Text Example


Text Example

White with #AF37CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF37CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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