Html Css Color HEX #A925E6 Dark Orchid

📋 copy color: '#A925E6'

red 169 ◦ green 37 ◦ blue 230

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

Shades of Dark Orchid #A925E6

Tints of Dark Orchid #A925E6

RGB

 RED value IS 169 (66.41% from 255) = 38.76%

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

 BLUE value IS 230 (90.23% from 255) = 52.75%

R = 38.76%
G = 8.49%
B = 52.75%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A925E6 (or 0xA925E6) is known color: Dark Orchid. HEX triplet: A9, 25 and E6. RGB value is (169,37,230). Sum of RGB (Red+Green+Blue) = 169+37+230=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 37 (14.84% from 255 or 8.49% from 436); Blue value is 230 (90.23% from 255 or 52.75% from 436); Max value from RGB is 230 - color contains mainly: blue. Hex color #A925E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A925E6 is #56DA19. Grayscale: #616161. Windows color (decimal): -5691930 or 15082921. OLE color: 15082921.

HSL color Cylindrical-coordinate representation of color #A925E6: hue angle of 281.04º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A925E6 is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 169 37 230 -
CMYK 0.27 0.84 0 0.10
HSL 281.04º 0.79% 0.52% -
HSV(B) 281.04º 0.84% 0.9% -
XYZ 31.31 15.47 76.2 -
YUV 98.47 202.23 178.31 -
System Red Green Blue C M Y K H S L
Decimal 169 37 230 0.27 0.84 0 0.10 281.04 0.79 0.52
Hex A9 25 E6 1B 54 0 A 119 4F 34
Octal 251 45 346 33 124 0 12 431 117 64
Binary 10101001 100101 11100110 11011 1010100 0 1010 100011001 1001111 110100

Color Harmonies of #A925E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A925E6

Black with #A925E6

Text Example


Text Example

White with #A925E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A925E6; }

 p { color: rgb(169,37,230); }

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

background-color css

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

 a { background-color: rgb(169,37,230); }

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

border-color css

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

 span { border-color: rgb(169,37,230); }

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