Html Css Color HEX #A52BBC Dark Orchid

📋 copy color: '#A52BBC'

red 165 ◦ green 43 ◦ blue 188

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

Shades of Dark Orchid #A52BBC

Tints of Dark Orchid #A52BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.47%

R = 41.67%
G = 10.86%
B = 47.47%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A52BBC (or 0xA52BBC) is known color: Dark Orchid. HEX triplet: A5, 2B and BC. RGB value is (165,43,188). Sum of RGB (Red+Green+Blue) = 165+43+188=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 43 (17.19% from 255 or 10.86% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #A52BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52BBC is #5AD443. Grayscale: #5F5F5F. Windows color (decimal): -5952580 or 12331941. OLE color: 12331941.

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

Color convert

RGB 165 43 188 -
CMYK 0.12 0.77 0 0.26
HSL 290.48º 0.63% 0.45% -
HSV(B) 290.48º 0.77% 0.74% -
XYZ 25.46 13.36 48.81 -
YUV 96.01 179.92 177.21 -
System Red Green Blue C M Y K H S L
Decimal 165 43 188 0.12 0.77 0 0.26 290.48 0.63 0.45
Hex A5 2B BC C 4D 0 1A 122 3F 2D
Octal 245 53 274 14 115 0 32 442 77 55
Binary 10100101 101011 10111100 1100 1001101 0 11010 100100010 111111 101101

Color Harmonies of #A52BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52BBC

Black with #A52BBC

Text Example


Text Example

White with #A52BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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