Html Css Color HEX #AF37C2 Dark Orchid

📋 copy color: '#AF37C2'

red 175 ◦ green 55 ◦ blue 194

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

Shades of Dark Orchid #AF37C2

Tints of Dark Orchid #AF37C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 45.75%

R = 41.27%
G = 12.97%
B = 45.75%

CMYK

 C value IS 0.10

 M value IS 0.72

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF37C2 (or 0xAF37C2) is known color: Dark Orchid. HEX triplet: AF, 37 and C2. RGB value is (175,55,194). Sum of RGB (Red+Green+Blue) = 175+55+194=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 55 (21.88% from 255 or 12.97% from 424); Blue value is 194 (76.17% from 255 or 45.75% from 424); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF37C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF37C2 is #50C83D. Grayscale: #6A6A6A. Windows color (decimal): -5294142 or 12728239. OLE color: 12728239.

HSL color Cylindrical-coordinate representation of color #AF37C2: hue angle of 291.8º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF37C2 is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 55 194 -
CMYK 0.10 0.72 0 0.24
HSL 291.8º 0.56% 0.49% -
HSV(B) 291.8º 0.72% 0.76% -
XYZ 28.78 15.74 52.56 -
YUV 106.73 177.26 176.7 -
System Red Green Blue C M Y K H S L
Decimal 175 55 194 0.10 0.72 0 0.24 291.8 0.56 0.49
Hex AF 37 C2 A 48 0 18 124 38 31
Octal 257 67 302 12 110 0 30 444 70 61
Binary 10101111 110111 11000010 1010 1001000 0 11000 100100100 111000 110001

Color Harmonies of #AF37C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF37C2

Black with #AF37C2

Text Example


Text Example

White with #AF37C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF37C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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