Html Css Color HEX #AF60DA Medium Orchid

📋 copy color: '#AF60DA'

red 175 ◦ green 96 ◦ blue 218

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

Shades of Medium Orchid #AF60DA

Tints of Medium Orchid #AF60DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.58%

R = 35.79%
G = 19.63%
B = 44.58%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF60DA (or 0xAF60DA) is known color: Medium Orchid. HEX triplet: AF, 60 and DA. RGB value is (175,96,218). Sum of RGB (Red+Green+Blue) = 175+96+218=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF60DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF60DA is #509F25. Grayscale: #858585. Windows color (decimal): -5283622 or 14311599. OLE color: 14311599.

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

Color convert

RGB 175 96 218 -
CMYK 0.20 0.56 0 0.15
HSL 278.85º 0.62% 0.62% -
HSV(B) 278.85º 0.56% 0.85% -
XYZ 34.52 22.54 68.86 -
YUV 133.53 175.67 157.58 -
System Red Green Blue C M Y K H S L
Decimal 175 96 218 0.20 0.56 0 0.15 278.85 0.62 0.62
Hex AF 60 DA 14 38 0 F 117 3E 3E
Octal 257 140 332 24 70 0 17 427 76 76
Binary 10101111 1100000 11011010 10100 111000 0 1111 100010111 111110 111110

Color Harmonies of #AF60DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF60DA

Black with #AF60DA

Text Example


Text Example

White with #AF60DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF60DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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