Html Css Color HEX #A52BBB Dark Orchid

📋 copy color: '#A52BBB'

red 165 ◦ green 43 ◦ blue 187

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

Shades of Dark Orchid #A52BBB

Tints of Dark Orchid #A52BBB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.89%

 BLUE value IS 187 (73.44% from 255) = 47.34%

R = 41.77%
G = 10.89%
B = 47.34%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A52BBB (or 0xA52BBB) is known color: Dark Orchid. HEX triplet: A5, 2B and BB. RGB value is (165,43,187). Sum of RGB (Red+Green+Blue) = 165+43+187=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 43 (17.19% from 255 or 10.89% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #A52BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52BBB is #5AD444. Grayscale: #5F5F5F. Windows color (decimal): -5952581 or 12266405. OLE color: 12266405.

HSL color Cylindrical-coordinate representation of color #A52BBB: hue angle of 290.83º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A52BBB is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 43 187 -
CMYK 0.12 0.77 0 0.27
HSL 290.83º 0.63% 0.45% -
HSV(B) 290.83º 0.77% 0.73% -
XYZ 25.35 13.31 48.25 -
YUV 95.89 179.42 177.29 -
System Red Green Blue C M Y K H S L
Decimal 165 43 187 0.12 0.77 0 0.27 290.83 0.63 0.45
Hex A5 2B BB C 4D 0 1B 123 3F 2D
Octal 245 53 273 14 115 0 33 443 77 55
Binary 10100101 101011 10111011 1100 1001101 0 11011 100100011 111111 101101

Color Harmonies of #A52BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52BBB

Black with #A52BBB

Text Example


Text Example

White with #A52BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52BBB; }

 p { color: rgb(165,43,187); }

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

background-color css

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

 a { background-color: rgb(165,43,187); }

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

border-color css

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

 span { border-color: rgb(165,43,187); }

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