Html Css Color HEX #AF5FCA Medium Orchid

📋 copy color: '#AF5FCA'

red 175 ◦ green 95 ◦ blue 202

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

Shades of Medium Orchid #AF5FCA

Tints of Medium Orchid #AF5FCA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.13%

 BLUE value IS 202 (79.3% from 255) = 42.8%

R = 37.08%
G = 20.13%
B = 42.8%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF5FCA (or 0xAF5FCA) is known color: Medium Orchid. HEX triplet: AF, 5F and CA. RGB value is (175,95,202). Sum of RGB (Red+Green+Blue) = 175+95+202=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 95 (37.5% from 255 or 20.13% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF5FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5FCA is #50A035. Grayscale: #828282. Windows color (decimal): -5283894 or 13262767. OLE color: 13262767.

HSL color Cylindrical-coordinate representation of color #AF5FCA: hue angle of 284.86º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF5FCA is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 95 202 -
CMYK 0.13 0.53 0 0.21
HSL 284.86º 0.5% 0.58% -
HSV(B) 284.86º 0.53% 0.79% -
XYZ 32.43 21.56 58.33 -
YUV 131.12 168 159.3 -
System Red Green Blue C M Y K H S L
Decimal 175 95 202 0.13 0.53 0 0.21 284.86 0.5 0.58
Hex AF 5F CA D 35 0 15 11D 32 3A
Octal 257 137 312 15 65 0 25 435 62 72
Binary 10101111 1011111 11001010 1101 110101 0 10101 100011101 110010 111010

Color Harmonies of #AF5FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5FCA

Black with #AF5FCA

Text Example


Text Example

White with #AF5FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5FCA; }

 p { color: rgb(175,95,202); }

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

background-color css

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

 a { background-color: rgb(175,95,202); }

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

border-color css

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

 span { border-color: rgb(175,95,202); }

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