Html Css Color HEX #AF5AC4 Medium Orchid

📋 copy color: '#AF5AC4'

red 175 ◦ green 90 ◦ blue 196

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

Shades of Medium Orchid #AF5AC4

Tints of Medium Orchid #AF5AC4

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.52%

 BLUE value IS 196 (76.95% from 255) = 42.52%

R = 37.96%
G = 19.52%
B = 42.52%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AF5AC4 (or 0xAF5AC4) is known color: Medium Orchid. HEX triplet: AF, 5A and C4. RGB value is (175,90,196). Sum of RGB (Red+Green+Blue) = 175+90+196=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 196 (76.95% from 255 or 42.52% from 461); Max value from RGB is 196 - color contains mainly: blue. Hex color #AF5AC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5AC4 is #50A53B. Grayscale: #7F7F7F. Windows color (decimal): -5285180 or 12868271. OLE color: 12868271.

HSL color Cylindrical-coordinate representation of color #AF5AC4: hue angle of 288.11º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF5AC4 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 90 196 -
CMYK 0.11 0.54 0 0.23
HSL 288.11º 0.47% 0.56% -
HSV(B) 288.11º 0.54% 0.77% -
XYZ 31.3 20.41 54.51 -
YUV 127.5 166.66 161.88 -
System Red Green Blue C M Y K H S L
Decimal 175 90 196 0.11 0.54 0 0.23 288.11 0.47 0.56
Hex AF 5A C4 B 36 0 17 120 2F 38
Octal 257 132 304 13 66 0 27 440 57 70
Binary 10101111 1011010 11000100 1011 110110 0 10111 100100000 101111 111000

Color Harmonies of #AF5AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5AC4

Black with #AF5AC4

Text Example


Text Example

White with #AF5AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5AC4; }

 p { color: rgb(175,90,196); }

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

background-color css

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

 a { background-color: rgb(175,90,196); }

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

border-color css

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

 span { border-color: rgb(175,90,196); }

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