Html Css Color HEX #AF53DB Medium Orchid

📋 copy color: '#AF53DB'

red 175 ◦ green 83 ◦ blue 219

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

Shades of Medium Orchid #AF53DB

Tints of Medium Orchid #AF53DB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.4%

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

R = 36.69%
G = 17.4%
B = 45.91%

CMYK

 C value IS 0.20

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF53DB (or 0xAF53DB) is known color: Medium Orchid. HEX triplet: AF, 53 and DB. RGB value is (175,83,219). Sum of RGB (Red+Green+Blue) = 175+83+219=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 83 (32.81% from 255 or 17.40% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF53DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF53DB is #50AC24. Grayscale: #7D7D7D. Windows color (decimal): -5286949 or 14373807. OLE color: 14373807.

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

Color convert

RGB 175 83 219 -
CMYK 0.20 0.62 0 0.14
HSL 280.59º 0.65% 0.59% -
HSV(B) 280.59º 0.62% 0.86% -
XYZ 33.56 20.41 69.19 -
YUV 126.01 180.48 162.94 -
System Red Green Blue C M Y K H S L
Decimal 175 83 219 0.20 0.62 0 0.14 280.59 0.65 0.59
Hex AF 53 DB 14 3E 0 E 119 41 3B
Octal 257 123 333 24 76 0 16 431 101 73
Binary 10101111 1010011 11011011 10100 111110 0 1110 100011001 1000001 111011

Color Harmonies of #AF53DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF53DB

Black with #AF53DB

Text Example


Text Example

White with #AF53DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF53DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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