Html Css Color HEX #A830AF Dark Orchid

📋 copy color: '#A830AF'

red 168 ◦ green 48 ◦ blue 175

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

Shades of Dark Orchid #A830AF

Tints of Dark Orchid #A830AF

RGB

 RED value IS 168 (66.02% from 255) = 42.97%

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

 BLUE value IS 175 (68.75% from 255) = 44.76%

R = 42.97%
G = 12.28%
B = 44.76%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A830AF (or 0xA830AF) is known color: Dark Orchid. HEX triplet: A8, 30 and AF. RGB value is (168,48,175). Sum of RGB (Red+Green+Blue) = 168+48+175=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 48 (19.14% from 255 or 12.28% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 175 - color contains mainly: blue. Hex color #A830AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A830AF is #57CF50. Grayscale: #616161. Windows color (decimal): -5754705 or 11481256. OLE color: 11481256.

HSL color Cylindrical-coordinate representation of color #A830AF: hue angle of 296.69º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A830AF is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 48 175 -
CMYK 0.04 0.73 0 0.31
HSL 296.69º 0.57% 0.44% -
HSV(B) 296.69º 0.73% 0.69% -
XYZ 24.94 13.53 41.86 -
YUV 98.36 171.26 177.67 -
System Red Green Blue C M Y K H S L
Decimal 168 48 175 0.04 0.73 0 0.31 296.69 0.57 0.44
Hex A8 30 AF 4 49 0 1F 129 39 2C
Octal 250 60 257 4 111 0 37 451 71 54
Binary 10101000 110000 10101111 100 1001001 0 11111 100101001 111001 101100

Color Harmonies of #A830AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A830AF

Black with #A830AF

Text Example


Text Example

White with #A830AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A830AF; }

 p { color: rgb(168,48,175); }

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

background-color css

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

 a { background-color: rgb(168,48,175); }

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

border-color css

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

 span { border-color: rgb(168,48,175); }

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