Html Css Color HEX #A830DF Dark Orchid

📋 copy color: '#A830DF'

red 168 ◦ green 48 ◦ blue 223

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

Shades of Dark Orchid #A830DF

Tints of Dark Orchid #A830DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.8%

R = 38.27%
G = 10.93%
B = 50.8%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A830DF (or 0xA830DF) is known color: Dark Orchid. HEX triplet: A8, 30 and DF. RGB value is (168,48,223). Sum of RGB (Red+Green+Blue) = 168+48+223=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 48 (19.14% from 255 or 10.93% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #A830DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A830DF is #57CF20. Grayscale: #676767. Windows color (decimal): -5754657 or 14626984. OLE color: 14626984.

HSL color Cylindrical-coordinate representation of color #A830DF: hue angle of 281.14º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A830DF is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 48 223 -
CMYK 0.25 0.78 0 0.13
HSL 281.14º 0.73% 0.53% -
HSV(B) 281.14º 0.78% 0.87% -
XYZ 30.52 15.77 71.25 -
YUV 103.83 195.26 173.77 -
System Red Green Blue C M Y K H S L
Decimal 168 48 223 0.25 0.78 0 0.13 281.14 0.73 0.53
Hex A8 30 DF 19 4E 0 D 119 49 35
Octal 250 60 337 31 116 0 15 431 111 65
Binary 10101000 110000 11011111 11001 1001110 0 1101 100011001 1001001 110101

Color Harmonies of #A830DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A830DF

Black with #A830DF

Text Example


Text Example

White with #A830DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A830DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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