Html Css Color HEX #A54BEE Medium Orchid

📋 copy color: '#A54BEE'

red 165 ◦ green 75 ◦ blue 238

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

Shades of Medium Orchid #A54BEE

Tints of Medium Orchid #A54BEE

RGB

 RED value IS 165 (64.84% from 255) = 34.52%

 GREEN value IS 75 (29.69% from 255) = 15.69%

 BLUE value IS 238 (93.36% from 255) = 49.79%

R = 34.52%
G = 15.69%
B = 49.79%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A54BEE (or 0xA54BEE) is known color: Medium Orchid. HEX triplet: A5, 4B and EE. RGB value is (165,75,238). Sum of RGB (Red+Green+Blue) = 165+75+238=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 75 (29.69% from 255 or 15.69% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #A54BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A54BEE is #5AB411. Grayscale: #777777. Windows color (decimal): -5944338 or 15616933. OLE color: 15616933.

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

Color convert

RGB 165 75 238 -
CMYK 0.31 0.68 0 0.07
HSL 273.13º 0.83% 0.61% -
HSV(B) 273.13º 0.68% 0.93% -
XYZ 33.47 19.2 82.83 -
YUV 120.49 194.32 159.75 -
System Red Green Blue C M Y K H S L
Decimal 165 75 238 0.31 0.68 0 0.07 273.13 0.83 0.61
Hex A5 4B EE 1F 44 0 7 111 53 3D
Octal 245 113 356 37 104 0 7 421 123 75
Binary 10100101 1001011 11101110 11111 1000100 0 111 100010001 1010011 111101

Color Harmonies of #A54BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54BEE

Black with #A54BEE

Text Example


Text Example

White with #A54BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54BEE; }

 p { color: rgb(165,75,238); }

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

background-color css

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

 a { background-color: rgb(165,75,238); }

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

border-color css

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

 span { border-color: rgb(165,75,238); }

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