Html Css Color HEX #A92BDA Dark Orchid

📋 copy color: '#A92BDA'

red 169 ◦ green 43 ◦ blue 218

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

Shades of Dark Orchid #A92BDA

Tints of Dark Orchid #A92BDA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10%

 BLUE value IS 218 (85.55% from 255) = 50.7%

R = 39.3%
G = 10%
B = 50.7%

CMYK

 C value IS 0.22

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A92BDA (or 0xA92BDA) is known color: Dark Orchid. HEX triplet: A9, 2B and DA. RGB value is (169,43,218). Sum of RGB (Red+Green+Blue) = 169+43+218=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 43 (17.19% from 255 or 10% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #A92BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92BDA is #56D425. Grayscale: #646464. Windows color (decimal): -5690406 or 14298025. OLE color: 14298025.

HSL color Cylindrical-coordinate representation of color #A92BDA: hue angle of 283.2º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A92BDA is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 43 218 -
CMYK 0.22 0.80 0 0.15
HSL 283.2º 0.7% 0.51% -
HSV(B) 283.2º 0.8% 0.85% -
XYZ 29.88 15.22 67.69 -
YUV 100.62 194.24 176.77 -
System Red Green Blue C M Y K H S L
Decimal 169 43 218 0.22 0.80 0 0.15 283.2 0.7 0.51
Hex A9 2B DA 16 50 0 F 11B 46 33
Octal 251 53 332 26 120 0 17 433 106 63
Binary 10101001 101011 11011010 10110 1010000 0 1111 100011011 1000110 110011

Color Harmonies of #A92BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92BDA

Black with #A92BDA

Text Example


Text Example

White with #A92BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92BDA; }

 p { color: rgb(169,43,218); }

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

background-color css

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

 a { background-color: rgb(169,43,218); }

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

border-color css

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

 span { border-color: rgb(169,43,218); }

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