Html Css Color HEX #A530E1 Dark Orchid

📋 copy color: '#A530E1'

red 165 ◦ green 48 ◦ blue 225

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

Shades of Dark Orchid #A530E1

Tints of Dark Orchid #A530E1

RGB

 RED value IS 165 (64.84% from 255) = 37.67%

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

 BLUE value IS 225 (88.28% from 255) = 51.37%

R = 37.67%
G = 10.96%
B = 51.37%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A530E1 (or 0xA530E1) is known color: Dark Orchid. HEX triplet: A5, 30 and E1. RGB value is (165,48,225). Sum of RGB (Red+Green+Blue) = 165+48+225=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 48 (19.14% from 255 or 10.96% from 438); Blue value is 225 (88.28% from 255 or 51.37% from 438); Max value from RGB is 225 - color contains mainly: blue. Hex color #A530E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A530E1 is #5ACF1E. Grayscale: #666666. Windows color (decimal): -5951263 or 14758053. OLE color: 14758053.

HSL color Cylindrical-coordinate representation of color #A530E1: hue angle of 279.66º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A530E1 is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 48 225 -
CMYK 0.27 0.79 0 0.12
HSL 279.66º 0.75% 0.54% -
HSV(B) 279.66º 0.79% 0.88% -
XYZ 30.16 15.55 72.65 -
YUV 103.16 196.76 172.11 -
System Red Green Blue C M Y K H S L
Decimal 165 48 225 0.27 0.79 0 0.12 279.66 0.75 0.54
Hex A5 30 E1 1B 4F 0 C 118 4B 36
Octal 245 60 341 33 117 0 14 430 113 66
Binary 10100101 110000 11100001 11011 1001111 0 1100 100011000 1001011 110110

Color Harmonies of #A530E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A530E1

Black with #A530E1

Text Example


Text Example

White with #A530E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A530E1; }

 p { color: rgb(165,48,225); }

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

background-color css

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

 a { background-color: rgb(165,48,225); }

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

border-color css

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

 span { border-color: rgb(165,48,225); }

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