Html Css Color HEX #A930B4 Dark Orchid

📋 copy color: '#A930B4'

red 169 ◦ green 48 ◦ blue 180

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

Shades of Dark Orchid #A930B4

Tints of Dark Orchid #A930B4

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.09%

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

R = 42.57%
G = 12.09%
B = 45.34%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A930B4 (or 0xA930B4) is known color: Dark Orchid. HEX triplet: A9, 30 and B4. RGB value is (169,48,180). Sum of RGB (Red+Green+Blue) = 169+48+180=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 48 (19.14% from 255 or 12.09% from 397); Blue value is 180 (70.70% from 255 or 45.34% from 397); Max value from RGB is 180 - color contains mainly: blue. Hex color #A930B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A930B4 is #56CF4B. Grayscale: #626262. Windows color (decimal): -5689164 or 11808937. OLE color: 11808937.

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

Color convert

RGB 169 48 180 -
CMYK 0.06 0.73 0 0.29
HSL 295º 0.58% 0.45% -
HSV(B) 295º 0.73% 0.71% -
XYZ 25.66 13.84 44.5 -
YUV 99.23 173.59 177.77 -
System Red Green Blue C M Y K H S L
Decimal 169 48 180 0.06 0.73 0 0.29 295 0.58 0.45
Hex A9 30 B4 6 49 0 1D 127 3A 2D
Octal 251 60 264 6 111 0 35 447 72 55
Binary 10101001 110000 10110100 110 1001001 0 11101 100100111 111010 101101

Color Harmonies of #A930B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A930B4

Black with #A930B4

Text Example


Text Example

White with #A930B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A930B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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