Html Css Color HEX #AF5CEA Medium Orchid

📋 copy color: '#AF5CEA'

red 175 ◦ green 92 ◦ blue 234

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

Shades of Medium Orchid #AF5CEA

Tints of Medium Orchid #AF5CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.71%

R = 34.93%
G = 18.36%
B = 46.71%

CMYK

 C value IS 0.25

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF5CEA (or 0xAF5CEA) is known color: Medium Orchid. HEX triplet: AF, 5C and EA. RGB value is (175,92,234). Sum of RGB (Red+Green+Blue) = 175+92+234=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 92 (36.33% from 255 or 18.36% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF5CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5CEA is #50A315. Grayscale: #848484. Windows color (decimal): -5284630 or 15359151. OLE color: 15359151.

HSL color Cylindrical-coordinate representation of color #AF5CEA: hue angle of 275.07º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF5CEA is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 92 234 -
CMYK 0.25 0.61 0 0.08
HSL 275.07º 0.77% 0.64% -
HSV(B) 275.07º 0.61% 0.92% -
XYZ 36.36 22.71 80.31 -
YUV 133.01 185 157.95 -
System Red Green Blue C M Y K H S L
Decimal 175 92 234 0.25 0.61 0 0.08 275.07 0.77 0.64
Hex AF 5C EA 19 3D 0 8 113 4D 40
Octal 257 134 352 31 75 0 10 423 115 100
Binary 10101111 1011100 11101010 11001 111101 0 1000 100010011 1001101 1000000

Color Harmonies of #AF5CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5CEA

Black with #AF5CEA

Text Example


Text Example

White with #AF5CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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