Html Css Color HEX #AF5CE5 Medium Orchid

📋 copy color: '#AF5CE5'

red 175 ◦ green 92 ◦ blue 229

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

Shades of Medium Orchid #AF5CE5

Tints of Medium Orchid #AF5CE5

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.55%

 BLUE value IS 229 (89.84% from 255) = 46.17%

R = 35.28%
G = 18.55%
B = 46.17%

CMYK

 C value IS 0.24

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AF5CE5 (or 0xAF5CE5) is known color: Medium Orchid. HEX triplet: AF, 5C and E5. RGB value is (175,92,229). Sum of RGB (Red+Green+Blue) = 175+92+229=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 92 (36.33% from 255 or 18.55% from 496); Blue value is 229 (89.84% from 255 or 46.17% from 496); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF5CE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5CE5 is #50A31A. Grayscale: #838383. Windows color (decimal): -5284635 or 15031471. OLE color: 15031471.

HSL color Cylindrical-coordinate representation of color #AF5CE5: hue angle of 276.35º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF5CE5 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 92 229 -
CMYK 0.24 0.60 0 0.10
HSL 276.35º 0.72% 0.63% -
HSV(B) 276.35º 0.6% 0.9% -
XYZ 35.65 22.43 76.58 -
YUV 132.44 182.5 158.36 -
System Red Green Blue C M Y K H S L
Decimal 175 92 229 0.24 0.60 0 0.10 276.35 0.72 0.63
Hex AF 5C E5 18 3C 0 A 114 48 3F
Octal 257 134 345 30 74 0 12 424 110 77
Binary 10101111 1011100 11100101 11000 111100 0 1010 100010100 1001000 111111

Color Harmonies of #AF5CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5CE5

Black with #AF5CE5

Text Example


Text Example

White with #AF5CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5CE5; }

 p { color: rgb(175,92,229); }

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

background-color css

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

 a { background-color: rgb(175,92,229); }

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

border-color css

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

 span { border-color: rgb(175,92,229); }

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