Html Css Color HEX #AF36D8 Dark Orchid

📋 copy color: '#AF36D8'

red 175 ◦ green 54 ◦ blue 216

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

Shades of Dark Orchid #AF36D8

Tints of Dark Orchid #AF36D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 48.54%

R = 39.33%
G = 12.13%
B = 48.54%

CMYK

 C value IS 0.19

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF36D8 (or 0xAF36D8) is known color: Dark Orchid. HEX triplet: AF, 36 and D8. RGB value is (175,54,216). Sum of RGB (Red+Green+Blue) = 175+54+216=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 54 (21.48% from 255 or 12.13% from 445); Blue value is 216 (84.77% from 255 or 48.54% from 445); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF36D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF36D8 is #50C927. Grayscale: #6C6C6C. Windows color (decimal): -5294376 or 14169775. OLE color: 14169775.

HSL color Cylindrical-coordinate representation of color #AF36D8: hue angle of 284.81º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF36D8 is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 54 216 -
CMYK 0.19 0.75 0 0.15
HSL 284.81º 0.68% 0.53% -
HSV(B) 284.81º 0.75% 0.85% -
XYZ 31.39 16.71 66.54 -
YUV 108.65 188.59 175.33 -
System Red Green Blue C M Y K H S L
Decimal 175 54 216 0.19 0.75 0 0.15 284.81 0.68 0.53
Hex AF 36 D8 13 4B 0 F 11D 44 35
Octal 257 66 330 23 113 0 17 435 104 65
Binary 10101111 110110 11011000 10011 1001011 0 1111 100011101 1000100 110101

Color Harmonies of #AF36D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF36D8

Black with #AF36D8

Text Example


Text Example

White with #AF36D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF36D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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