Html Css Color HEX #AF36BD Dark Orchid

📋 copy color: '#AF36BD'

red 175 ◦ green 54 ◦ blue 189

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

Shades of Dark Orchid #AF36BD

Tints of Dark Orchid #AF36BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.22%

R = 41.87%
G = 12.92%
B = 45.22%

CMYK

 C value IS 0.07

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF36BD (or 0xAF36BD) is known color: Dark Orchid. HEX triplet: AF, 36 and BD. RGB value is (175,54,189). Sum of RGB (Red+Green+Blue) = 175+54+189=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 54 (21.48% from 255 or 12.92% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF36BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF36BD is #50C942. Grayscale: #696969. Windows color (decimal): -5294403 or 12400303. OLE color: 12400303.

HSL color Cylindrical-coordinate representation of color #AF36BD: hue angle of 293.78º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF36BD is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 54 189 -
CMYK 0.07 0.71 0 0.26
HSL 293.78º 0.56% 0.48% -
HSV(B) 293.78º 0.71% 0.74% -
XYZ 28.18 15.43 49.64 -
YUV 105.57 175.09 177.52 -
System Red Green Blue C M Y K H S L
Decimal 175 54 189 0.07 0.71 0 0.26 293.78 0.56 0.48
Hex AF 36 BD 7 47 0 1A 126 38 30
Octal 257 66 275 7 107 0 32 446 70 60
Binary 10101111 110110 10111101 111 1000111 0 11010 100100110 111000 110000

Color Harmonies of #AF36BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF36BD

Black with #AF36BD

Text Example


Text Example

White with #AF36BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF36BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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