Html Css Color HEX #AF61DB Medium Orchid

📋 copy color: '#AF61DB'

red 175 ◦ green 97 ◦ blue 219

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

Shades of Medium Orchid #AF61DB

Tints of Medium Orchid #AF61DB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.76%

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

R = 35.64%
G = 19.76%
B = 44.6%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF61DB (or 0xAF61DB) is known color: Medium Orchid. HEX triplet: AF, 61 and DB. RGB value is (175,97,219). Sum of RGB (Red+Green+Blue) = 175+97+219=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 97 (38.28% from 255 or 19.76% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF61DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF61DB is #509E24. Grayscale: #858585. Windows color (decimal): -5283365 or 14377391. OLE color: 14377391.

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

Color convert

RGB 175 97 219 -
CMYK 0.20 0.56 0 0.14
HSL 278.36º 0.63% 0.62% -
HSV(B) 278.36º 0.56% 0.86% -
XYZ 34.74 22.78 69.58 -
YUV 134.23 175.84 157.08 -
System Red Green Blue C M Y K H S L
Decimal 175 97 219 0.20 0.56 0 0.14 278.36 0.63 0.62
Hex AF 61 DB 14 38 0 E 116 3F 3E
Octal 257 141 333 24 70 0 16 426 77 76
Binary 10101111 1100001 11011011 10100 111000 0 1110 100010110 111111 111110

Color Harmonies of #AF61DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF61DB

Black with #AF61DB

Text Example


Text Example

White with #AF61DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF61DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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