Html Css Color HEX #AF60E4 Medium Orchid

📋 copy color: '#AF60E4'

red 175 ◦ green 96 ◦ blue 228

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

Shades of Medium Orchid #AF60E4

Tints of Medium Orchid #AF60E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 45.69%

R = 35.07%
G = 19.24%
B = 45.69%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AF60E4 (or 0xAF60E4) is known color: Medium Orchid. HEX triplet: AF, 60 and E4. RGB value is (175,96,228). Sum of RGB (Red+Green+Blue) = 175+96+228=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 96 (37.89% from 255 or 19.24% from 499); Blue value is 228 (89.45% from 255 or 45.69% from 499); Max value from RGB is 228 - color contains mainly: blue. Hex color #AF60E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF60E4 is #509F1B. Grayscale: #868686. Windows color (decimal): -5283612 or 14966959. OLE color: 14966959.

HSL color Cylindrical-coordinate representation of color #AF60E4: hue angle of 275.91º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF60E4 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 96 228 -
CMYK 0.23 0.58 0 0.11
HSL 275.91º 0.71% 0.64% -
HSV(B) 275.91º 0.58% 0.89% -
XYZ 35.87 23.08 75.96 -
YUV 134.67 180.67 156.77 -
System Red Green Blue C M Y K H S L
Decimal 175 96 228 0.23 0.58 0 0.11 275.91 0.71 0.64
Hex AF 60 E4 17 3A 0 B 114 47 40
Octal 257 140 344 27 72 0 13 424 107 100
Binary 10101111 1100000 11100100 10111 111010 0 1011 100010100 1000111 1000000

Color Harmonies of #AF60E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF60E4

Black with #AF60E4

Text Example


Text Example

White with #AF60E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF60E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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