Html Css Color HEX #A24CEB Medium Orchid

📋 copy color: '#A24CEB'

red 162 ◦ green 76 ◦ blue 235

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

Shades of Medium Orchid #A24CEB

Tints of Medium Orchid #A24CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.68%

R = 34.25%
G = 16.07%
B = 49.68%

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

#A24CEB (or 0xA24CEB) is known color: Medium Orchid. HEX triplet: A2, 4C and EB. RGB value is (162,76,235). Sum of RGB (Red+Green+Blue) = 162+76+235=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 76 (30.08% from 255 or 16.07% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #A24CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A24CEB is #5DB314. Grayscale: #777777. Windows color (decimal): -6140693 or 15420578. OLE color: 15420578.

HSL color Cylindrical-coordinate representation of color #A24CEB: hue angle of 272.45º degrees, saturation: 0.8, 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 #A24CEB is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 76 235 -
CMYK 0.31 0.68 0 0.08
HSL 272.45º 0.8% 0.61% -
HSV(B) 272.45º 0.68% 0.92% -
XYZ 32.48 18.85 80.52 -
YUV 119.84 192.99 158.07 -
System Red Green Blue C M Y K H S L
Decimal 162 76 235 0.31 0.68 0 0.08 272.45 0.8 0.61
Hex A2 4C EB 1F 44 0 8 110 50 3D
Octal 242 114 353 37 104 0 10 420 120 75
Binary 10100010 1001100 11101011 11111 1000100 0 1000 100010000 1010000 111101

Color Harmonies of #A24CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24CEB

Black with #A24CEB

Text Example


Text Example

White with #A24CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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