Html Css Color HEX #AF36C1 Dark Orchid

📋 copy color: '#AF36C1'

red 175 ◦ green 54 ◦ blue 193

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

Shades of Dark Orchid #AF36C1

Tints of Dark Orchid #AF36C1

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.8%

 BLUE value IS 193 (75.78% from 255) = 45.73%

R = 41.47%
G = 12.8%
B = 45.73%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF36C1 (or 0xAF36C1) is known color: Dark Orchid. HEX triplet: AF, 36 and C1. RGB value is (175,54,193). Sum of RGB (Red+Green+Blue) = 175+54+193=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 54 (21.48% from 255 or 12.80% from 422); Blue value is 193 (75.78% from 255 or 45.73% from 422); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF36C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF36C1 is #50C93E. Grayscale: #696969. Windows color (decimal): -5294399 or 12662447. OLE color: 12662447.

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

Color convert

RGB 175 54 193 -
CMYK 0.09 0.72 0 0.24
HSL 292.23º 0.56% 0.48% -
HSV(B) 292.23º 0.72% 0.76% -
XYZ 28.62 15.6 51.96 -
YUV 106.03 177.09 177.2 -
System Red Green Blue C M Y K H S L
Decimal 175 54 193 0.09 0.72 0 0.24 292.23 0.56 0.48
Hex AF 36 C1 9 48 0 18 124 38 30
Octal 257 66 301 11 110 0 30 444 70 60
Binary 10101111 110110 11000001 1001 1001000 0 11000 100100100 111000 110000

Color Harmonies of #AF36C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF36C1

Black with #AF36C1

Text Example


Text Example

White with #AF36C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF36C1; }

 p { color: rgb(175,54,193); }

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

background-color css

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

 a { background-color: rgb(175,54,193); }

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

border-color css

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

 span { border-color: rgb(175,54,193); }

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