Html Css Color HEX #A525AF Dark Orchid

📋 copy color: '#A525AF'

red 165 ◦ green 37 ◦ blue 175

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

Shades of Dark Orchid #A525AF

Tints of Dark Orchid #A525AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.42%

R = 43.77%
G = 9.81%
B = 46.42%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A525AF (or 0xA525AF) is known color: Dark Orchid. HEX triplet: A5, 25 and AF. RGB value is (165,37,175). Sum of RGB (Red+Green+Blue) = 165+37+175=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 37 (14.84% from 255 or 9.81% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 175 - color contains mainly: blue. Hex color #A525AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A525AF is #5ADA50. Grayscale: #5A5A5A. Windows color (decimal): -5954129 or 11478437. OLE color: 11478437.

HSL color Cylindrical-coordinate representation of color #A525AF: hue angle of 295.65º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A525AF is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 37 175 -
CMYK 0.06 0.79 0 0.31
HSL 295.65º 0.65% 0.42% -
HSV(B) 295.65º 0.79% 0.69% -
XYZ 23.92 12.42 41.69 -
YUV 91 175.41 180.78 -
System Red Green Blue C M Y K H S L
Decimal 165 37 175 0.06 0.79 0 0.31 295.65 0.65 0.42
Hex A5 25 AF 6 4F 0 1F 128 41 2A
Octal 245 45 257 6 117 0 37 450 101 52
Binary 10100101 100101 10101111 110 1001111 0 11111 100101000 1000001 101010

Color Harmonies of #A525AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A525AF

Black with #A525AF

Text Example


Text Example

White with #A525AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A525AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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