Html Css Color HEX #A24CEA Medium Orchid

📋 copy color: '#A24CEA'

red 162 ◦ green 76 ◦ blue 234

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

Shades of Medium Orchid #A24CEA

Tints of Medium Orchid #A24CEA

RGB

 RED value IS 162 (63.67% from 255) = 34.32%

 GREEN value IS 76 (30.08% from 255) = 16.1%

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

R = 34.32%
G = 16.1%
B = 49.58%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A24CEA (or 0xA24CEA) is known color: Medium Orchid. HEX triplet: A2, 4C and EA. RGB value is (162,76,234). Sum of RGB (Red+Green+Blue) = 162+76+234=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 76 (30.08% from 255 or 16.10% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #A24CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A24CEA is #5DB315. Grayscale: #777777. Windows color (decimal): -6140694 or 15355042. OLE color: 15355042.

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

Color convert

RGB 162 76 234 -
CMYK 0.31 0.68 0 0.08
HSL 272.66º 0.79% 0.61% -
HSV(B) 272.66º 0.68% 0.92% -
XYZ 32.34 18.79 79.76 -
YUV 119.73 192.49 158.15 -
System Red Green Blue C M Y K H S L
Decimal 162 76 234 0.31 0.68 0 0.08 272.66 0.79 0.61
Hex A2 4C EA 1F 44 0 8 111 4F 3D
Octal 242 114 352 37 104 0 10 421 117 75
Binary 10100010 1001100 11101010 11111 1000100 0 1000 100010001 1001111 111101

Color Harmonies of #A24CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24CEA

Black with #A24CEA

Text Example


Text Example

White with #A24CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24CEA; }

 p { color: rgb(162,76,234); }

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

background-color css

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

 a { background-color: rgb(162,76,234); }

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

border-color css

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

 span { border-color: rgb(162,76,234); }

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