Html Css Color HEX #AF54CC Medium Orchid

📋 copy color: '#AF54CC'

red 175 ◦ green 84 ◦ blue 204

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

Shades of Medium Orchid #AF54CC

Tints of Medium Orchid #AF54CC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.14%

 BLUE value IS 204 (80.08% from 255) = 44.06%

R = 37.8%
G = 18.14%
B = 44.06%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF54CC (or 0xAF54CC) is known color: Medium Orchid. HEX triplet: AF, 54 and CC. RGB value is (175,84,204). Sum of RGB (Red+Green+Blue) = 175+84+204=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 84 (33.20% from 255 or 18.14% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF54CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF54CC is #50AB33. Grayscale: #7C7C7C. Windows color (decimal): -5286708 or 13391023. OLE color: 13391023.

HSL color Cylindrical-coordinate representation of color #AF54CC: hue angle of 285.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF54CC is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 84 204 -
CMYK 0.14 0.59 0 0.2
HSL 285.5º 0.54% 0.56% -
HSV(B) 285.5º 0.59% 0.8% -
XYZ 31.75 19.81 59.28 -
YUV 124.89 172.65 163.74 -
System Red Green Blue C M Y K H S L
Decimal 175 84 204 0.14 0.59 0 0.2 285.5 0.54 0.56
Hex AF 54 CC E 3B 0 14 11E 36 38
Octal 257 124 314 16 73 0 24 436 66 70
Binary 10101111 1010100 11001100 1110 111011 0 10100 100011110 110110 111000

Color Harmonies of #AF54CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF54CC

Black with #AF54CC

Text Example


Text Example

White with #AF54CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF54CC; }

 p { color: rgb(175,84,204); }

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

background-color css

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

 a { background-color: rgb(175,84,204); }

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

border-color css

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

 span { border-color: rgb(175,84,204); }

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