Html Css Color HEX #A525BC Dark Orchid

📋 copy color: '#A525BC'

red 165 ◦ green 37 ◦ blue 188

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

Shades of Dark Orchid #A525BC

Tints of Dark Orchid #A525BC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.49%

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

R = 42.31%
G = 9.49%
B = 48.21%

CMYK

 C value IS 0.12

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A525BC (or 0xA525BC) is known color: Dark Orchid. HEX triplet: A5, 25 and BC. RGB value is (165,37,188). Sum of RGB (Red+Green+Blue) = 165+37+188=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 37 (14.84% from 255 or 9.49% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #A525BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A525BC is #5ADA43. Grayscale: #5C5C5C. Windows color (decimal): -5954116 or 12330405. OLE color: 12330405.

HSL color Cylindrical-coordinate representation of color #A525BC: hue angle of 290.86º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A525BC is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 37 188 -
CMYK 0.12 0.80 0 0.26
HSL 290.86º 0.67% 0.44% -
HSV(B) 290.86º 0.8% 0.74% -
XYZ 25.26 12.95 48.75 -
YUV 92.49 181.91 179.72 -
System Red Green Blue C M Y K H S L
Decimal 165 37 188 0.12 0.80 0 0.26 290.86 0.67 0.44
Hex A5 25 BC C 50 0 1A 123 43 2C
Octal 245 45 274 14 120 0 32 443 103 54
Binary 10100101 100101 10111100 1100 1010000 0 11010 100100011 1000011 101100

Color Harmonies of #A525BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A525BC

Black with #A525BC

Text Example


Text Example

White with #A525BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A525BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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