Html Css Color HEX #AF42DB Medium Orchid

📋 copy color: '#AF42DB'

red 175 ◦ green 66 ◦ blue 219

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

Shades of Medium Orchid #AF42DB

Tints of Medium Orchid #AF42DB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.35%

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

R = 38.04%
G = 14.35%
B = 47.61%

CMYK

 C value IS 0.20

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF42DB (or 0xAF42DB) is known color: Medium Orchid. HEX triplet: AF, 42 and DB. RGB value is (175,66,219). Sum of RGB (Red+Green+Blue) = 175+66+219=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 66 (26.17% from 255 or 14.35% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF42DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF42DB is #50BD24. Grayscale: #737373. Windows color (decimal): -5291301 or 14369455. OLE color: 14369455.

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

Color convert

RGB 175 66 219 -
CMYK 0.20 0.70 0 0.14
HSL 282.75º 0.68% 0.56% -
HSV(B) 282.75º 0.7% 0.86% -
XYZ 32.41 18.12 68.81 -
YUV 116.03 186.11 170.06 -
System Red Green Blue C M Y K H S L
Decimal 175 66 219 0.20 0.70 0 0.14 282.75 0.68 0.56
Hex AF 42 DB 14 46 0 E 11B 44 38
Octal 257 102 333 24 106 0 16 433 104 70
Binary 10101111 1000010 11011011 10100 1000110 0 1110 100011011 1000100 111000

Color Harmonies of #AF42DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF42DB

Black with #AF42DB

Text Example


Text Example

White with #AF42DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF42DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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