Html Css Color HEX #A625B4 Dark Orchid

📋 copy color: '#A625B4'

red 166 ◦ green 37 ◦ blue 180

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

Shades of Dark Orchid #A625B4

Tints of Dark Orchid #A625B4

RGB

 RED value IS 166 (65.23% from 255) = 43.34%

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

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

R = 43.34%
G = 9.66%
B = 47%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A625B4 (or 0xA625B4) is known color: Dark Orchid. HEX triplet: A6, 25 and B4. RGB value is (166,37,180). Sum of RGB (Red+Green+Blue) = 166+37+180=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 37 (14.84% from 255 or 9.66% from 383); Blue value is 180 (70.70% from 255 or 47.00% from 383); Max value from RGB is 180 - color contains mainly: blue. Hex color #A625B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A625B4 is #59DA4B. Grayscale: #5B5B5B. Windows color (decimal): -5888588 or 11806118. OLE color: 11806118.

HSL color Cylindrical-coordinate representation of color #A625B4: hue angle of 294.13º 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 #A625B4 is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 37 180 -
CMYK 0.08 0.79 0 0.29
HSL 294.13º 0.66% 0.43% -
HSV(B) 294.13º 0.79% 0.71% -
XYZ 24.63 12.73 44.34 -
YUV 91.87 177.74 180.87 -
System Red Green Blue C M Y K H S L
Decimal 166 37 180 0.08 0.79 0 0.29 294.13 0.66 0.43
Hex A6 25 B4 8 4F 0 1D 126 42 2B
Octal 246 45 264 10 117 0 35 446 102 53
Binary 10100110 100101 10110100 1000 1001111 0 11101 100100110 1000010 101011

Color Harmonies of #A625B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A625B4

Black with #A625B4

Text Example


Text Example

White with #A625B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A625B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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