Html Css Color HEX #A92DB4 Dark Orchid

📋 copy color: '#A92DB4'

red 169 ◦ green 45 ◦ blue 180

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

Shades of Dark Orchid #A92DB4

Tints of Dark Orchid #A92DB4

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.42%

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

R = 42.89%
G = 11.42%
B = 45.69%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A92DB4 (or 0xA92DB4) is known color: Dark Orchid. HEX triplet: A9, 2D and B4. RGB value is (169,45,180). Sum of RGB (Red+Green+Blue) = 169+45+180=394 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.89% from 394); Green value is 45 (17.97% from 255 or 11.42% from 394); Blue value is 180 (70.70% from 255 or 45.69% from 394); Max value from RGB is 180 - color contains mainly: blue. Hex color #A92DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92DB4 is #56D24B. Grayscale: #616161. Windows color (decimal): -5689932 or 11808169. OLE color: 11808169.

HSL color Cylindrical-coordinate representation of color #A92DB4: hue angle of 295.11º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A92DB4 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 169 45 180 -
CMYK 0.06 0.75 0 0.29
HSL 295.11º 0.6% 0.44% -
HSV(B) 295.11º 0.75% 0.71% -
XYZ 25.54 13.61 44.46 -
YUV 97.47 174.58 179.02 -
System Red Green Blue C M Y K H S L
Decimal 169 45 180 0.06 0.75 0 0.29 295.11 0.6 0.44
Hex A9 2D B4 6 4B 0 1D 127 3C 2C
Octal 251 55 264 6 113 0 35 447 74 54
Binary 10101001 101101 10110100 110 1001011 0 11101 100100111 111100 101100

Color Harmonies of #A92DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92DB4

Black with #A92DB4

Text Example


Text Example

White with #A92DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92DB4; }

 p { color: rgb(169,45,180); }

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

background-color css

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

 a { background-color: rgb(169,45,180); }

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

border-color css

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

 span { border-color: rgb(169,45,180); }

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