Html Css Color HEX #A52FBC Dark Orchid

📋 copy color: '#A52FBC'

red 165 ◦ green 47 ◦ blue 188

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

Shades of Dark Orchid #A52FBC

Tints of Dark Orchid #A52FBC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.75%

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

R = 41.25%
G = 11.75%
B = 47%

CMYK

 C value IS 0.12

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A52FBC (or 0xA52FBC) is known color: Dark Orchid. HEX triplet: A5, 2F and BC. RGB value is (165,47,188). Sum of RGB (Red+Green+Blue) = 165+47+188=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 47 (18.75% from 255 or 11.75% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #A52FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52FBC is #5AD043. Grayscale: #616161. Windows color (decimal): -5951556 or 12332965. OLE color: 12332965.

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

Color convert

RGB 165 47 188 -
CMYK 0.12 0.75 0 0.26
HSL 290.21º 0.6% 0.46% -
HSV(B) 290.21º 0.75% 0.74% -
XYZ 25.61 13.66 48.86 -
YUV 98.36 178.59 175.54 -
System Red Green Blue C M Y K H S L
Decimal 165 47 188 0.12 0.75 0 0.26 290.21 0.6 0.46
Hex A5 2F BC C 4B 0 1A 122 3C 2E
Octal 245 57 274 14 113 0 32 442 74 56
Binary 10100101 101111 10111100 1100 1001011 0 11010 100100010 111100 101110

Color Harmonies of #A52FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52FBC

Black with #A52FBC

Text Example


Text Example

White with #A52FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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