Html Css Color HEX #A530BB Dark Orchid

📋 copy color: '#A530BB'

red 165 ◦ green 48 ◦ blue 187

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

Shades of Dark Orchid #A530BB

Tints of Dark Orchid #A530BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.75%

R = 41.25%
G = 12%
B = 46.75%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A530BB (or 0xA530BB) is known color: Dark Orchid. HEX triplet: A5, 30 and BB. RGB value is (165,48,187). Sum of RGB (Red+Green+Blue) = 165+48+187=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 48 (19.14% from 255 or 12% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #A530BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A530BB is #5ACF44. Grayscale: #626262. Windows color (decimal): -5951301 or 12267685. OLE color: 12267685.

HSL color Cylindrical-coordinate representation of color #A530BB: hue angle of 290.5º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A530BB is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 48 187 -
CMYK 0.12 0.74 0 0.27
HSL 290.5º 0.59% 0.46% -
HSV(B) 290.5º 0.74% 0.73% -
XYZ 25.54 13.7 48.31 -
YUV 98.83 177.76 175.2 -
System Red Green Blue C M Y K H S L
Decimal 165 48 187 0.12 0.74 0 0.27 290.5 0.59 0.46
Hex A5 30 BB C 4A 0 1B 123 3B 2E
Octal 245 60 273 14 112 0 33 443 73 56
Binary 10100101 110000 10111011 1100 1001010 0 11011 100100011 111011 101110

Color Harmonies of #A530BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A530BB

Black with #A530BB

Text Example


Text Example

White with #A530BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A530BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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