Html Css Color HEX #A92FCB Dark Orchid

📋 copy color: '#A92FCB'

red 169 ◦ green 47 ◦ blue 203

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

Shades of Dark Orchid #A92FCB

Tints of Dark Orchid #A92FCB

RGB

 RED value IS 169 (66.41% from 255) = 40.33%

 GREEN value IS 47 (18.75% from 255) = 11.22%

 BLUE value IS 203 (79.69% from 255) = 48.45%

R = 40.33%
G = 11.22%
B = 48.45%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A92FCB (or 0xA92FCB) is known color: Dark Orchid. HEX triplet: A9, 2F and CB. RGB value is (169,47,203). Sum of RGB (Red+Green+Blue) = 169+47+203=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 47 (18.75% from 255 or 11.22% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #A92FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92FCB is #56D034. Grayscale: #646464. Windows color (decimal): -5689397 or 13316009. OLE color: 13316009.

HSL color Cylindrical-coordinate representation of color #A92FCB: hue angle of 286.92º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A92FCB is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 47 203 -
CMYK 0.17 0.77 0 0.20
HSL 286.92º 0.62% 0.49% -
HSV(B) 286.92º 0.77% 0.8% -
XYZ 28.16 14.78 57.87 -
YUV 101.26 185.42 176.32 -
System Red Green Blue C M Y K H S L
Decimal 169 47 203 0.17 0.77 0 0.20 286.92 0.62 0.49
Hex A9 2F CB 11 4D 0 14 11F 3E 31
Octal 251 57 313 21 115 0 24 437 76 61
Binary 10101001 101111 11001011 10001 1001101 0 10100 100011111 111110 110001

Color Harmonies of #A92FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92FCB

Black with #A92FCB

Text Example


Text Example

White with #A92FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92FCB; }

 p { color: rgb(169,47,203); }

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

background-color css

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

 a { background-color: rgb(169,47,203); }

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

border-color css

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

 span { border-color: rgb(169,47,203); }

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