Html Css Color HEX #A92FB2 Dark Orchid

📋 copy color: '#A92FB2'

red 169 ◦ green 47 ◦ blue 178

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

Shades of Dark Orchid #A92FB2

Tints of Dark Orchid #A92FB2

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.93%

 BLUE value IS 178 (69.92% from 255) = 45.18%

R = 42.89%
G = 11.93%
B = 45.18%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A92FB2 (or 0xA92FB2) is known color: Dark Orchid. HEX triplet: A9, 2F and B2. RGB value is (169,47,178). Sum of RGB (Red+Green+Blue) = 169+47+178=394 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.89% from 394); Green value is 47 (18.75% from 255 or 11.93% from 394); Blue value is 178 (69.92% from 255 or 45.18% from 394); Max value from RGB is 178 - color contains mainly: blue. Hex color #A92FB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92FB2 is #56D04D. Grayscale: #626262. Windows color (decimal): -5689422 or 11677609. OLE color: 11677609.

HSL color Cylindrical-coordinate representation of color #A92FB2: hue angle of 295.88º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A92FB2 is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 169 47 178 -
CMYK 0.05 0.74 0 0.30
HSL 295.88º 0.58% 0.44% -
HSV(B) 295.88º 0.74% 0.7% -
XYZ 25.41 13.68 43.42 -
YUV 98.41 172.92 178.35 -
System Red Green Blue C M Y K H S L
Decimal 169 47 178 0.05 0.74 0 0.30 295.88 0.58 0.44
Hex A9 2F B2 5 4A 0 1E 128 3A 2C
Octal 251 57 262 5 112 0 36 450 72 54
Binary 10101001 101111 10110010 101 1001010 0 11110 100101000 111010 101100

Color Harmonies of #A92FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92FB2

Black with #A92FB2

Text Example


Text Example

White with #A92FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92FB2; }

 p { color: rgb(169,47,178); }

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

background-color css

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

 a { background-color: rgb(169,47,178); }

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

border-color css

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

 span { border-color: rgb(169,47,178); }

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