Html Css Color HEX #A530B4 Dark Orchid

📋 copy color: '#A530B4'

red 165 ◦ green 48 ◦ blue 180

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

Shades of Dark Orchid #A530B4

Tints of Dark Orchid #A530B4

RGB

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

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

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

R = 41.98%
G = 12.21%
B = 45.8%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A530B4 (or 0xA530B4) is known color: Dark Orchid. HEX triplet: A5, 30 and B4. RGB value is (165,48,180). Sum of RGB (Red+Green+Blue) = 165+48+180=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 48 (19.14% from 255 or 12.21% from 393); Blue value is 180 (70.70% from 255 or 45.80% from 393); Max value from RGB is 180 - color contains mainly: blue. Hex color #A530B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A530B4 is #5ACF4B. Grayscale: #616161. Windows color (decimal): -5951308 or 11808933. OLE color: 11808933.

HSL color Cylindrical-coordinate representation of color #A530B4: hue angle of 293.18º 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 #A530B4 is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 48 180 -
CMYK 0.08 0.73 0 0.29
HSL 293.18º 0.58% 0.45% -
HSV(B) 293.18º 0.73% 0.71% -
XYZ 24.81 13.41 44.46 -
YUV 98.03 174.26 175.77 -
System Red Green Blue C M Y K H S L
Decimal 165 48 180 0.08 0.73 0 0.29 293.18 0.58 0.45
Hex A5 30 B4 8 49 0 1D 125 3A 2D
Octal 245 60 264 10 111 0 35 445 72 55
Binary 10100101 110000 10110100 1000 1001001 0 11101 100100101 111010 101101

Color Harmonies of #A530B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A530B4

Black with #A530B4

Text Example


Text Example

White with #A530B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A530B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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