Html Css Color HEX #A025B4 Dark Orchid

📋 copy color: '#A025B4'

red 160 ◦ green 37 ◦ blue 180

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

Shades of Dark Orchid #A025B4

Tints of Dark Orchid #A025B4

RGB

 RED value IS 160 (62.89% from 255) = 42.44%

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

 BLUE value IS 180 (70.7% from 255) = 47.75%

R = 42.44%
G = 9.81%
B = 47.75%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A025B4 (or 0xA025B4) is known color: Dark Orchid. HEX triplet: A0, 25 and B4. RGB value is (160,37,180). Sum of RGB (Red+Green+Blue) = 160+37+180=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 37 (14.84% from 255 or 9.81% from 377); Blue value is 180 (70.70% from 255 or 47.75% from 377); Max value from RGB is 180 - color contains mainly: blue. Hex color #A025B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A025B4 is #5FDA4B. Grayscale: #595959. Windows color (decimal): -6281804 or 11806112. OLE color: 11806112.

HSL color Cylindrical-coordinate representation of color #A025B4: hue angle of 291.61º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A025B4 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 37 180 -
CMYK 0.11 0.79 0 0.29
HSL 291.61º 0.66% 0.43% -
HSV(B) 291.61º 0.79% 0.71% -
XYZ 23.4 12.09 44.28 -
YUV 90.08 178.75 177.87 -
System Red Green Blue C M Y K H S L
Decimal 160 37 180 0.11 0.79 0 0.29 291.61 0.66 0.43
Hex A0 25 B4 B 4F 0 1D 124 42 2B
Octal 240 45 264 13 117 0 35 444 102 53
Binary 10100000 100101 10110100 1011 1001111 0 11101 100100100 1000010 101011

Color Harmonies of #A025B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A025B4

Black with #A025B4

Text Example


Text Example

White with #A025B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A025B4; }

 p { color: rgb(160,37,180); }

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

background-color css

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

 a { background-color: rgb(160,37,180); }

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

border-color css

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

 span { border-color: rgb(160,37,180); }

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