Html Css Color HEX #AF30BB Dark Orchid

📋 copy color: '#AF30BB'

red 175 ◦ green 48 ◦ blue 187

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

Shades of Dark Orchid #AF30BB

Tints of Dark Orchid #AF30BB

RGB

 RED value IS 175 (68.75% from 255) = 42.68%

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

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

R = 42.68%
G = 11.71%
B = 45.61%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF30BB (or 0xAF30BB) is known color: Dark Orchid. HEX triplet: AF, 30 and BB. RGB value is (175,48,187). Sum of RGB (Red+Green+Blue) = 175+48+187=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 48 (19.14% from 255 or 11.71% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF30BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF30BB is #50CF44. Grayscale: #656565. Windows color (decimal): -5295941 or 12267695. OLE color: 12267695.

HSL color Cylindrical-coordinate representation of color #AF30BB: hue angle of 294.82º 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 #AF30BB is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 48 187 -
CMYK 0.06 0.74 0 0.27
HSL 294.82º 0.59% 0.46% -
HSV(B) 294.82º 0.74% 0.73% -
XYZ 27.71 14.82 48.41 -
YUV 101.82 176.08 180.2 -
System Red Green Blue C M Y K H S L
Decimal 175 48 187 0.06 0.74 0 0.27 294.82 0.59 0.46
Hex AF 30 BB 6 4A 0 1B 127 3B 2E
Octal 257 60 273 6 112 0 33 447 73 56
Binary 10101111 110000 10111011 110 1001010 0 11011 100100111 111011 101110

Color Harmonies of #AF30BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF30BB

Black with #AF30BB

Text Example


Text Example

White with #AF30BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF30BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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