Html Css Color HEX #AF52DB Medium Orchid

📋 copy color: '#AF52DB'

red 175 ◦ green 82 ◦ blue 219

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

Shades of Medium Orchid #AF52DB

Tints of Medium Orchid #AF52DB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.23%

 BLUE value IS 219 (85.94% from 255) = 46.01%

R = 36.76%
G = 17.23%
B = 46.01%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF52DB (or 0xAF52DB) is known color: Medium Orchid. HEX triplet: AF, 52 and DB. RGB value is (175,82,219). Sum of RGB (Red+Green+Blue) = 175+82+219=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 82 (32.42% from 255 or 17.23% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF52DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF52DB is #50AD24. Grayscale: #7C7C7C. Windows color (decimal): -5287205 or 14373551. OLE color: 14373551.

HSL color Cylindrical-coordinate representation of color #AF52DB: hue angle of 280.73º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF52DB is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 82 219 -
CMYK 0.20 0.63 0 0.14
HSL 280.73º 0.66% 0.59% -
HSV(B) 280.73º 0.63% 0.86% -
XYZ 33.48 20.26 69.16 -
YUV 125.43 180.81 163.36 -
System Red Green Blue C M Y K H S L
Decimal 175 82 219 0.20 0.63 0 0.14 280.73 0.66 0.59
Hex AF 52 DB 14 3F 0 E 119 42 3B
Octal 257 122 333 24 77 0 16 431 102 73
Binary 10101111 1010010 11011011 10100 111111 0 1110 100011001 1000010 111011

Color Harmonies of #AF52DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF52DB

Black with #AF52DB

Text Example


Text Example

White with #AF52DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF52DB; }

 p { color: rgb(175,82,219); }

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

background-color css

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

 a { background-color: rgb(175,82,219); }

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

border-color css

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

 span { border-color: rgb(175,82,219); }

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