Html Css Color HEX #AF60D2 Medium Orchid

📋 copy color: '#AF60D2'

red 175 ◦ green 96 ◦ blue 210

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

Shades of Medium Orchid #AF60D2

Tints of Medium Orchid #AF60D2

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.96%

 BLUE value IS 210 (82.42% from 255) = 43.66%

R = 36.38%
G = 19.96%
B = 43.66%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF60D2 (or 0xAF60D2) is known color: Medium Orchid. HEX triplet: AF, 60 and D2. RGB value is (175,96,210). Sum of RGB (Red+Green+Blue) = 175+96+210=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 96 (37.89% from 255 or 19.96% from 481); Blue value is 210 (82.42% from 255 or 43.66% from 481); Max value from RGB is 210 - color contains mainly: blue. Hex color #AF60D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF60D2 is #509F2D. Grayscale: #848484. Windows color (decimal): -5283630 or 13787311. OLE color: 13787311.

HSL color Cylindrical-coordinate representation of color #AF60D2: hue angle of 281.58º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF60D2 is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 96 210 -
CMYK 0.17 0.54 0 0.18
HSL 281.58º 0.56% 0.6% -
HSV(B) 281.58º 0.54% 0.82% -
XYZ 33.49 22.13 63.48 -
YUV 132.62 171.67 158.23 -
System Red Green Blue C M Y K H S L
Decimal 175 96 210 0.17 0.54 0 0.18 281.58 0.56 0.6
Hex AF 60 D2 11 36 0 12 11A 38 3C
Octal 257 140 322 21 66 0 22 432 70 74
Binary 10101111 1100000 11010010 10001 110110 0 10010 100011010 111000 111100

Color Harmonies of #AF60D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF60D2

Black with #AF60D2

Text Example


Text Example

White with #AF60D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF60D2; }

 p { color: rgb(175,96,210); }

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

background-color css

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

 a { background-color: rgb(175,96,210); }

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

border-color css

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

 span { border-color: rgb(175,96,210); }

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