Html Css Color HEX #A552EA Medium Orchid

📋 copy color: '#A552EA'

red 165 ◦ green 82 ◦ blue 234

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

Shades of Medium Orchid #A552EA

Tints of Medium Orchid #A552EA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.05%

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

R = 34.3%
G = 17.05%
B = 48.65%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A552EA (or 0xA552EA) is known color: Medium Orchid. HEX triplet: A5, 52 and EA. RGB value is (165,82,234). Sum of RGB (Red+Green+Blue) = 165+82+234=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 82 (32.42% from 255 or 17.05% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #A552EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A552EA is #5AAD15. Grayscale: #7B7B7B. Windows color (decimal): -5942550 or 15356581. OLE color: 15356581.

HSL color Cylindrical-coordinate representation of color #A552EA: hue angle of 272.76º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A552EA is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 82 234 -
CMYK 0.29 0.65 0 0.08
HSL 272.76º 0.78% 0.62% -
HSV(B) 272.76º 0.65% 0.92% -
XYZ 33.39 19.97 79.94 -
YUV 124.15 190 157.14 -
System Red Green Blue C M Y K H S L
Decimal 165 82 234 0.29 0.65 0 0.08 272.76 0.78 0.62
Hex A5 52 EA 1D 41 0 8 111 4E 3E
Octal 245 122 352 35 101 0 10 421 116 76
Binary 10100101 1010010 11101010 11101 1000001 0 1000 100010001 1001110 111110

Color Harmonies of #A552EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A552EA

Black with #A552EA

Text Example


Text Example

White with #A552EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A552EA; }

 p { color: rgb(165,82,234); }

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

background-color css

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

 a { background-color: rgb(165,82,234); }

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

border-color css

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

 span { border-color: rgb(165,82,234); }

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